@charset "utf-8";
/* CSS Document */

/*****Basic Element*****/
* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑", "黑体";
}
a {
	text-decoration: none;
}
a:hover {
	transition:.5s;
}
ul, li {
	list-style: none;
}
img {
	border: none;
}
a img {
	transform:scale(1,1);
}
a:hover img {
	transform:scale(1.1,1.1);
	transition:all 0.5s;
}
body {
	overflow-x:hidden;
}
/*****Generic Classes*****/
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	height:0;
	clear: both;
}
.hidden {
	display: none;
}
.ww {
	width: 1150px;
	margin: 0 auto;
}
/*****Basic Layout*****/
#wrap {
	overflow-x:hidden;
	position:relative;
	background:url(../../images/bg_mountain_02.jpg) no-repeat center 110px;
}
.leaves1 {
	display:block;
	position:absolute;
	top:0;
	right:50%;
	z-index:9999;
	margin-right:330px;
}
.leaves2 {
	display:block;
	position:absolute;
	top:0;
	left:50%;
	z-index:9999;
	margin-left:330px;
}
/*****Header*****/
#header {
	height:70px;
	padding-top:15px;
	text-align:center;
}
#header .logo:hover img {
	transform:scale(1,1);
}
/*****Nav*****/
#nav {
	height:42px;
	line-height:42px;
	background:url(../../images/bg_nav_03.png) repeat-x;
}
#nav .ww {
	position:relative;
}
#nav ul {
	padding-left:10px;
	position:absolute;
	left:0;
	top:0;
	z-index:9999999;
}
#nav li {
	width:140px;
	text-align:center;
}
#nav li a {
	font-size:16px;
	color:#fff;
}
/*****Banner*****/
.flexslider {
	border:3px #fff solid;
	position: relative;
	width:994px;
	height: 350px;
	overflow: hidden;
	background: url(../../images/loading.gif) 50% no-repeat;
	box-shadow:0 2px 3px rgba(17,92,27,0.5)
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li {
	height: 350px;
}
.flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
 *display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	width: 12px;
	height: 13px;
	line-height: 50px;
	overflow: hidden;
	background: url(../../images/dot.png) right 0 no-repeat;
	cursor: pointer;
}
.flex-control-nav .flex-active {
	background-position: 0 0;
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 40%;
}
.flex-direction-nav li a {
	display: block;
	width: 35px;
	height: 100px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}
.flex-direction-nav li a.flex-prev {
	right: 52%;
	margin-right: 500px;
	background: url(../../images/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
	left: 52%;
	margin-left: 500px;
	background: url(../../images/next.png) center center no-repeat;
}
/*****首页产品*****/
.product {
	padding:20px 0 15px 0;
	background:url(../../images/bg_pro_03.jpg) repeat-x left 175px;
}
.cate {
	height:60px;
}
.cate li {
	width:180px;
	text-align:center;
	margin-right:25px;
	padding-bottom:5px;
	background:url(../../images/bg_cate_03.jpg) no-repeat center bottom;
}
.cate li.last {
	margin-right:0
}
.cate li a {
	display:block;
	height:31px;
	line-height:31px;
	font-size:14px;
	color:#fff;
	background:#115c1b url(../../images/bg_fenlei_03.gif) no-repeat;
}
.cate li a:hover {
	border:2px #74e338 solid;
	background:#115c1b;
	height:27px;
	line-height:27px;
	margin-top:-5px;
}
.prolist li {
	width:245px;
	height:240px;
	margin-right:6px;
}
.prolist li a {
	display:block;
	width:237px;
	height:220px;
	background:#fff;
	border:4px #bcd9b0 solid;
}
.prolist li .picbox {
	width:220px;
	height:160px;
	overflow:hidden;
	margin:7px auto 0;
}
.prolist li img {
	display:block;
	width:220px;
	height:160px;
}
.prolist li p {
	text-align:center;
	font-size:16px;
	color:#277732;
	padding-top:15px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.prolist li a:hover {
	margin-top:-8px;
	background:#dfeddc;
	border:4px #dfeddc solid;
	box-shadow:0 3px 3px rgba(0,41,5,0.4);
}
/*****首页简介*****/
.intitle {
	height:10px;
	border:3px #bcd9b0 solid;
	margin-bottom:25px;
	padding:0 15px 0 50px;
}
.intitle h2 {
	display:inline-block;
	background:#fff;
	padding:0 10px;
	font-weight:normal;
	font-size:30px;
	color:#255f2c;
	margin-top:-20px;
}
.intitle a {
	display:block;
	width:76px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:12px;
	color:#fff;
	background:#83a40f;
	margin-top:-13px;
}
.intitle a:hover {
	background:#11541d;
}
.about {
	width:485px;
	padding-top:25px;
}
.about .pic_about {
	height:290px;
	background:url(../../images/bg_tel_03.png) no-repeat right bottom;
}
.about .tel {
	font-size:30px;
	color:#fff;
	padding:0 0 0 240px;
	margin-top:-13px;
}
.about .nr {
	font-size:14px;
	color:#4a4b4a;
	line-height:24px;
	max-height:144px;
	overflow:hidden;
	padding-top:10px;
}
/*****首页新闻*****/
.news {
	width:485px;
	padding-top:25px;
}
.hotnews {
	height:150px;
	padding-bottom:15px;
}
.hotnews img {
	display:block;
	width:200px;
	height:150px;
}
.hotnews dl {
	width:250px;
}
.hotnews dt {
	max-height:48px;
	overflow:hidden;
}
.hotnews dt a {
	font-size:16px;
	color:#11561e;
	line-height:24px;
}
.hotnews dd {
	font-size:14px;
	color:#a8a8a8;
	line-height:20px;
	max-height:60px;
	overflow:hidden;
	padding-top:25px;
}
.news li {
	padding-bottom:5px;
}
.news li a {
	display:block;
	height:90px;
	background:#f2f8ef;
}
.news li dl {
	width:345px;
	padding:15px 0 0 15px;
}
.news li dt {
	font-size:14px;
	color:#11561e;
	padding-bottom:5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.news li dd {
	font-size:12px;
	color:#a8a8a8;
	line-height:22px;
	max-height:44px;
	overflow:hidden;
}
.news li .date {
	width:72px;
	height:90px;
	text-align:center;
	color:#219817;
	background:#11541d;
}
.news li .date strong {
	display:block;
	height:56px;
	line-height:56px;
	font-weight:normal;
	font-size:24px;
}
.news li .date span {
	display:block;
	font-size:14px;
}
.news li a:hover {
	background:#cbe8bc;
}
/*****首页案例*****/
.case {
	position:relative;
	margin:25px auto;
}
.case .casetitle {
	width:278px;
	height:110px;
	background:#11541d;
	text-align:center;
	position:absolute;
	left:489px;
	top:0;
}
.case .ctinner {
	width:240px;
	height:52px;
	border:3px #76e338 solid;
	margin:30px auto 0;
}
.case .casetitle h4 {
	display:inline-block;
	background:#11541d;
	font-weight:normal;
	font-size:30px;
	color:#fff;
	padding:0 10px;
	margin-top:-23px;
}
.case .casetitle a {
	display:block;
	width:110px;
	height:20px;
	line-height:20px;
	font-size:14px;
	color:#11541d;
	background:#76e338;
	margin:16px auto 0;
}
.case .casetitle a:hover {
	background:#219817;
	color:#fff;
}
.case li {
	position: relative;
	overflow: hidden;
}
.case li a {
	display: block;
	position: relative;
}
.case li .caseinfo {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:#11541d;
	opacity:0.7;
	filter:(opacity=70);
}
.case li .caseinfo h3 {
	font-weight:normal;
	font-size: 18px;
	color: #fff;
	text-align: center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
/*****首页联系我们*****/
.contact {
	padding-top:20px;
	height:214px;
	background:url(../../images/bg_contact_02.jpg) no-repeat center top;
}
.contact_inner {
	width:675px;
	height:214px;
	overflow:hidden;
	color:#fff;
	background:url(../../images/bg_person_03.png) no-repeat right 2px;
}
.contact_inner h2 {
	font-weight:normal;
	font-size:30px;
	padding-bottom:20px;
}
.contact_inner .lx {
	font-size:14px;
	line-height:24px;
	padding-right:135px;
}
/*****底部*****/
#footer {
	background:#e1efde;
	padding-bottom:10px;
}
#footer .backtop:hover img {
	transform:scale(1,1);
	cursor:pointer;
}
#footer .search {
	padding:10px 0 0 15px;
}
#footer .search form {
	margin-bottom:10px;
}
#footer .search input {
	display:inline-block;
	vertical-align:middle;
	width:345px;
	height:24px;
	line-height:24px;
	border:0;
	padding:0 10px;
	background:#ccc;
	font-size:12px;
	color:#11541d;
}
#footer .search input.btn_search {
	width:50px;
	padding:0;
	background:#11541d;
	color:#76e338;
	cursor:pointer;
}
#footer .binfo {
	width:415px;
	font-size:12px;
	color:#adadaf;
	line-height:30px;
	text-align:right;
	padding-top:10px;
}
#footer .binfo a {
	color:#adadaf;
}
#footer .binfo img {
	max-width:415px;
}
/*右侧漂浮工具栏*/
.tools {
	position: fixed;
	right: 0;
	bottom: 144px;
	z-index: 99999;
	width: 57px;
}
.tools li {
	width: 57px;
	height: 60px;
	float: left;
	position: relative;
	margin-bottom: 2px;
}
.tools li .sidebox {
	position: absolute;
	width: 0;
	height: 60px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #549840;
	color: #fff;
	font: 18px/60px "微软雅黑";
	overflow: hidden;
	padding-left: 57px;
}
.tools li a.tel .sidebox {
	background: #549840 url(../../images/icon_tel_03.png) no-repeat left top;
}
.tools li.gotop a {
	display: block;
	width: 57px;
	height: 60px;
	background: #549840 url(../../images/gotop_03.png) no-repeat left center;
	cursor: pointer;
}
/*内页*/	
.bg-grey{
	background:#f6f6f6;}
.bg-grey.main {
	padding-top: 30px;
	margin-bottom: 10px;
}
.main .side-tit {
	background: url(../../images/icon-side.png) no-repeat 0 0px;
	height: 42px;
	line-height: 42px;
	font-size: 24px;
	color: #000;
	width: 215px;
	text-align: center;
}
.main .main-tit {
	width: 755px;
	border-bottom: 1px solid #000;
	height: 42px;
	line-height: 42px;
}
.main .main-tit span {
	font-size: 24px;
	color: #000;
}
/*左侧*/
.main .sidebar {
	width: 215px;
}
.main img {
	max-width: 100%;
}
.main .sidebar .side-series li {
	height: 41px;
	line-height: 41px;
	margin-bottom: 2px;
	text-align: center;
	border-bottom: 1px solid #11541d;
}
.main .sidebar .side-series li a {
	display: block;
	height: 36px;
	line-height: 36px;
	background: url(../../images/icon-side.png) no-repeat 28px -52px #f6f6f6;
	border: 3px solid #f6f6f6;
	border-bottom-width: 2px;
	transition: all 0.5s;
	font-size: 16px;
	color:#333;
}
.main .sidebar .side-series li a:hover {
	border-color: #11541d;
	background-position: 28px -94px;
}
.main .sidebar .side-new {
	border: 1px solid #c7c7c7;
	margin: 25px 0px 15px;
	padding: 3px;
}
.main .sidebar .side-new dt {
	text-align: center;
	font-size: 24px;
	line-height: 45px;
	border-bottom: 1px solid #c7c7c7;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
.main .sidebar .side-new dt img {
	height: 85px;
	display: block;
	margin-bottom: 1px;
	width: 100%;
}
.main .sidebar .side-new dd {
	height: 32px;
	line-height: 32px;
	transition: all 0.5s;
	padding-left: 10px;
}
.main .sidebar .side-new dd a {
	display: block;
	font-size:14px;
	color:#333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main .sidebar .side-new dd:hover {
	background: #11541d;
}
.main .sidebar .side-new dd:hover a {
	color: #fff;
}
.main .sidebar .side-tel {
	background: url(../../images/icon-side.png) no-repeat 0 -130px;
	height: 160px;
	text-align: center;
}
.main .sidebar .side-tel p {
	font-size: 18px;
	color: #7f8080;
}
.main .sidebar .side-tel span {
	font-size: 30px;
	color: #ffa50f;
	font-weight: bold;
	font-style: italic;
	white-space: nowrap;
	height: 50px;
	line-height: 50px;
}
.mbx {
	font-size:14px;
}
.mbx a {
	color:#000;
}
/*右侧  产品详情*/
.main .main-cont {
	width: 755px;
}
.main .main-cont .detail-tit {
	text-align: center;
	margin: 10px 0px;
}
.main .main-cont .detail-tit p {
	background: #f6f6f6;
	padding: 10px 0px;
	margin-bottom: 10px;
}
.main .main-cont .detail-tit p strong {
	font-size: 18px;
	color: #3c3b3b;
}
.main .main-cont .main-text {
	font-size: 14px;
	line-height: 28px;
}
.main .main-cont .xg {
	margin: 20px 0px;
	font-size: 14px;
	border-top: 1px dashed #f1f8ff;
	line-height: 30px;
}
.main .main-cont .xg a {
	color:#000;
}
.main .main-cont .xg a:hover {
	text-decoration: underline;
}
/*产品列表*/
.main .main-cont .home-prolist li {
	margin: 0 10px 20px 0px;
	overflow:hidden;
}
.home-prolist{
	margin-top:22px;}
.home-prolist li{
	float:left;
	width:245px;
	margin:0 6px 2px 0px;
	position:relative;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	transition:all 0.5s;
	cursor:pointer;
	}
.home-prolist li .pro-name{
	width:100%;
	text-align:center;
	position:absolute;
	top:150px;
	background:url(../../images/icon-fd.png) no-repeat center 85px #000;
	background:url(../../images/icon-fd.png) no-repeat center 85px rgba(0,0,0,0.7);
	color:#fff;
	font-size:14px;
	overflow:hidden;
	height:35px;
	line-height:35px;
	}
.home-prolist li img{
	width:245px;
	height:185px;
	display:block;}
.home-prolist li:hover{
	border-color:#000;}

/*新闻中心*/
.main .main-cont .main-newlist {
	margin-bottom: 30px;
}
.main .main-cont .main-newlist li {
	padding-left: 93px;
	background: url(../../images/icon-new.png) no-repeat 2px center;
	border: 3px solid #fff;
	margin-bottom: 15px;
	transition: all 0.5s;
}
.main .main-cont .main-newlist li dl {
	border-bottom: 1px solid #b0d1ef;
}
.main .main-cont .main-newlist li dl dt {
	color: #11541d;
}
.main .main-cont .main-newlist li dl dd a {
	display: block;
}
.main .main-cont .main-newlist li dl dd h3 {
	color: #080808;
	font-size: 14px;
	line-height: 35px;
}
.main .main-cont .main-newlist li dl dd p {
	color: #9a9c99;
	line-height: 18px;
	margin-bottom: 15px;
}
.main .main-cont .main-newlist li:hover {
	border-color: #11541d;
}
/***留言板****/
.mes {
	padding: 25px 80px;
}
.mes .box {
	background: #f3f3f3;
	margin-bottom: 3px;
	padding: 10px 0;
}
.mes .box span {
	display: inline-block;
	width: 95px;
	text-align: right;
	padding-right: 15px;
	font-size: 14px;
	color: #575757;
	vertical-align: middle;
}
.mes .box input, .mes .box textarea {
	display: inline-block;
	vertical-align: middle;
	width: 320px;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	border: 0;
	border-radius: 4px;
	background: #838383;
	box-shadow: inset 2px 1px 2px #747474;
	font-size: 14px;
	color: #fff;
	font-family: "微软雅黑";
}
.mes .box textarea {
	vertical-align: top;
	height: 56px;
	overflow: auto;
}
.mes .box input.yzm {
	width: 115px;
	margin-right: 15px;
}
.mes .box input.btn_ly {
	width: 142px;
	font-size: 18px;
	background: #11541d;
	border-radius: 0;
	padding: 0;
	margin-left: 110px;
	box-shadow: none;
	cursor: pointer;
}
.mes .box img {
	vertical-align: middle;
}
.main{
	padding-bottom:30px;
}

